<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_link {
    height: 2.5rem;
    background: #27272c
}

.top_link .m {
    height: 100%
}

.top_link ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3.25rem
}

.top_link ul li .box {
    display: flex;
    align-items: center;
    color: #fff
}

.top_link ul li i {
    font-size: 1.5rem;
    margin-right: 3px
}

.top_link ul li span {
    font-size: .75rem
}

#header,
#nav ul li&gt;a,
.top_menu {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#header {
    z-index: 999;
    height: 5.9375rem;
    width: 100%;
    position: sticky;
    top: -1px;
    z-index: 998;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

#header&gt;.m {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: static
}

#header .fr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    max-width: 1008px
}

#header .line01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    z-index: -1
}

#logo {
    flex-shrink: 0;
    width: 5rem
}

#logo a {
    display: flex;
    height: 100%;
    align-items: center
}

#logo img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#logo .img01 {
    display: none
}

#logo .img02 {
    display: block
}

#nav {
    flex-grow: 1
}

#nav ul {
    display: flex;
    flex-grow: 1;
    justify-content: space-around
}

#nav ul li {
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 0
}

#nav ul li&gt;a {
    display: flex;
    font-size: 1.0625rem;
    color: #313131;
    font-family: Poppins-Medium;
    line-height: 5.9375rem;
    text-align: center;
    position: relative;
    z-index: 1
}

#nav ul li&gt;a i {
    color: #515151;
    position: absolute;
    right: -1.5rem
}

#nav ul li&gt;a:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d8203b;
    transition: .3s ease-in-out;
    transform: scaleX(0);
    transform-origin: center
}

#nav ul li.on&gt;a:before,
#nav ul li:hover&gt;a:before {
    transform: scaleX(1)
}

#nav li .sub {
    position: absolute;
    clip-path: inset(0 0 100% 0);
    left: -2.75rem;
    z-index: 999;
    transform-origin: 0 0;
    pointer-events: none;
    transition: opacity .2s ease 0s;
    opacity: 0;
    visibility: hidden
}

#nav li .sub .box {
    padding: 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.952);
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 550px;
    padding: 1.5rem 2rem;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px #3334d
}

#nav li .sub a {
    padding: 0;
    position: relative;
    line-height: 2.5rem;
    transition: .3s;
    font-size: .875rem;
    color: #2d2d2d;
    padding-left: 1rem
}

#nav li .sub a:before {
    content: '';
    opacity: 0;
    display: block;
    width: 8px;
    height: 2.5rem;
    background: url(../images/arr3.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

#nav li .sub a:hover {
    color: #db021a;
    transform: translateX(1rem)
}

#nav li .sub a:hover:before {
    opacity: 1
}

#nav li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    clip-path: inset(0 0 0 0);
    transition: all .6s ease 0s
}

.btn_top_search i {
    color: #515151;
    font-size: 1.875rem
}

.btn_top_search:hover i {
    color: #d8203b
}

#nav li:nth-child(4) .sub {
    right: -2.75rem;
    left: auto
}

#nav li:nth-child(5) .sub {
    right: 0;
    left: auto
}

#nav li:nth-child(6) .sub {
    right: 0;
    left: auto
}

#nav li:nth-child(7) .sub {
    right: 0;
    left: auto
}

#nav li:nth-child(8) .sub {
    right: 0;
    left: auto
}

#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 996;
    transition: .5s;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

#m_header .m {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#m_header #m_logo img {
    height: 44px
}

#m_header .top_menu_box {
    margin-right: 5rem
}

.top_menu_box {
    display: flex
}

.top_menu_box .top_menu {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 50%
}

.top_menu_box .top_menu&gt;a {
    display: flex;
    align-items: center;
    transition: .5s;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%
}

.top_menu_box .top_menu i {
    font-size: 2rem;
    color: #232323
}

.btn_language {
    position: relative
}

.btn_language .sub {
    position: absolute;
    position: absolute;
    padding-top: .5rem;
    left: 50%;
    top: 100%;
    z-index: 999;
    transform-origin: 0 0;
    transform: translateY(10px) translateX(-50%);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden
}

.btn_language .sub .box {
    padding: 0;
    text-align: center;
    background: #fff;
    display: block !important;
    min-width: 100%;
    width: auto;
    padding: 5px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px #3334d
}

.btn_language .sub a {
    padding: 0;
    display: block;
    line-height: 1.5rem;
    transition: .3s;
    padding: .5rem 1.5rem;
    font-size: .9375rem;
    color: #2d2d2d;
    text-align: center;
    white-space: nowrap
}

.btn_language .sub a:hover {
    background: #f5f7fa
}

.btn_language:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) translateX(-50%)
}

.m_nav_list {
    width: 100%
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav .top_search {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#header.xg+.top_nav {
    mix-blend-mode: difference
}

.top_btn {
    display: flex
}

.top_search {
    display: flex;
    margin-right: 4rem;
    align-items: center;
    color: #fff;
    font-size: .9375rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: .5s
}

.top_search svg {
    width: 1.625rem;
    height: 1.625rem;
    margin-left: .5rem;
    flex-shrink: 0
}

.top_nav {
    margin-left: 3.125rem;
    position: fixed;
    z-index: 1000;
    right: 7%;
    top: 0;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.menubtn {
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center
}

.menubtn span {
    display: block;
    width: 1.875rem;
    height: 3px;
    background: #3f3f3f;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menubtn span:after,
.menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 3px;
    left: 0;
    background-color: #3f3f3f;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menubtn span:before {
    top: -7px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform
}

.menubtn span:after {
    bottom: -7px;
    left: 50%;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform
}

.menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menubtn.active span:after,
.menubtn.active span:before {
    width: 100%;
    background: #fff;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.menubtn.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menubtn.active span:after {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.top_search {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: 0;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: translateY(30px)
}

#m_nav.act .top_search {
    opacity: 1;
    transition: all .5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: translateY(0)
}

.top_search form {
    width: 304px;
    height: 46px;
    background: 0;
    border-radius: 26px;
    background: rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top_search form .input {
    width: 100px;
    height: 100%;
    background: 0;
    border: 0;
    flex-grow: 1;
    color: #fff;
    padding-left: 20px
}

.top_search form .button {
    width: 46px;
    height: 100%;
    cursor: pointer;
    background: url(../images/search-btn.svg) center no-repeat;
    background-size: 23px !important;
    border: 0;
    outline: 0;
    color: #fff
}

.top_search form .button:active {
    background: url(../images/search-btn.svg) center no-repeat
}

.top_search form .input::-webkit-input-placeholder {
    color: #fff
}

.top_search form .input::-moz-placeholder {
    color: #fff
}

.top_search form .input::-moz-placeholder {
    color: #fff
}

.top_search form .input::-ms-input-placeholder {
    color: #fff
}

.top_search form .input:focus::-webkit-input-placeholder {
    color: transparent
}

.top_search form .input:focus:-moz-placeholder {
    color: transparent
}

.top_search form .input:focus::-moz-placeholder {
    color: transparent
}

.top_search form .input:focus:-ms-input-placeholder {
    color: transparent
}

#m_nav {
    clip-path: inset(0 0 100vh 0 round 0 0 50vw 50vw);
    z-index: 997;
    position: fixed;
    background-image: -moz-linear-gradient(270deg, #00458e 30%, rgba(175, 30, 40, 0.8) 100%);
    background-image: -webkit-linear-gradient(270deg, #00458e 30%, rgba(175, 30, 40, 0.8) 100%);
    background-image: -ms-linear-gradient(270deg, #00458e 30%, rgba(175, 30, 40, 0.8) 100%);
    background-size: cover;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    display: none;
    padding: 100px 0 50px;
    overflow: hidden;
    pointer-events: none;
    transition: all .5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    transform-origin: left
}

#m_nav::-webkit-scrollbar {
    display: none
}

#m_nav.act {
    clip-path: inset(0 0 0 0 round 0 0 0 0);
    pointer-events: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all .8s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav&gt;ul&gt;li {
    width: 80%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto
}

#m_nav&gt;ul&gt;li+li {
    border-top: 1px solid rgb(220 220 220 / 10%)
}

#m_nav li .a {
    display: block
}

#m_nav li h3 {
    font-family: RALEWAY;
    line-height: 5.5rem;
    height: 5.5rem;
    color: #fff;
    padding: 0;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav li .a {
    flex-grow: 1
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center
}

#m_nav li i {
    font-size: 0
}

#m_nav .title i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 20px;
    height: 5.5rem;
    flex-shrink: 0;
    margin-left: 3rem;
    opacity: .8;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

#m_nav .title i:before {
    content: "next";
    display: block;
    font-family: "swiper-icons";
    color: #fff;
    font-weight: bold;
    font-size: .875rem
}

#m_nav li.on.title i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav .on.title i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav li {
    display: block;
    width: 100%
}

#m_nav .slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: 0;
    border: 0;
    clear: both;
    padding-bottom: 1rem;
    padding-left: 1em
}

#m_nav .title .list span {
    background: 0
}

#m_nav .title .list span a:hover {
    color: #014085
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.678);
    text-align: left;
    line-height: 2.5rem;
    border: 0;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav .title .list .void&gt;a {
    background-size: 10px;
    position: relative
}

#m_nav .title .list .void&gt;a:before {
    content: "Â·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold
}

#m_nav .title .list span {
    position: relative;
    display: block
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden
}

#m_nav .title .sub a {
    background: 0;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none
}

#m_nav li h3 {
    transform: translateY(50px);
    opacity: 0
}

#m_nav li .list a {
    transform: translateY(50px);
    opacity: 0
}

#m_nav.act li h3 {
    transform: translateY(0);
    transition: all .5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1
}

#m_nav.act .list a {
    transform: translateY(0);
    transition: all .5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1
}

.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(270deg, #00458e 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -webkit-linear-gradient(270deg, #00458e 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -ms-linear-gradient(270deg, #00458e 30%, rgba(175, 30, 40, 0) 100%)
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1)
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s
}

.search-dialog-box .bubbles-bg .bubble {
    position: absolute
}

.search-dialog-box .bubbles-bg .bubble .circle {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.search-dialog-box .bubbles-bg .bubble1 {
    width: 6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
    border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble2 {
    width: 12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
    background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble3 {
    width: 36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
    background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble4 {
    width: 56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%)
}

.search-dialog-box .bubbles-bg .bubble5 {
    width: 54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
    background-color: #fff;
    opacity: .1
}

.search-dialog-box .bubbles-bg .bubble6 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%)
}

.search-dialog-box .bubbles-bg .bubble7 {
    width: 2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
    background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble8 {
    width: 1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
    border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble9 {
    width: 16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
    background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble10 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top: 87%
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%)
}

.search-dialog-box .bubbles-bg .bubble {
    animation: spin 8s infinite linear;
    transform-origin: 50% 45%
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
    animation: spin2 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble .circle {
    animation: spin-reverse 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
    animation: spin-reverse2 8s infinite linear
}

.search-dialog-box .bubbles-bg .sm-bubble {
    transform-origin: 30% 30px
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0
}

.search-dialog .search-input {
    overflow: hidden;
    width: 50rem;
    margin: 0 auto;
    padding: 0 .5rem 0 1.5rem;
    background-color: rgba(255, 255, 255, .1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: 4.5rem;
    width: calc(100% - 3.5rem);
    background-color: transparent;
    font-size: 1.25rem;
    color: #fff;
    transition: all .3s
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=button],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 4.5rem;
    width: 3.5rem
}

.search-dialog .search-input input[type=button] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    background-image: url('../images/search-btn.svg')
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/close-btn.svg');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none
}

.search-dialog .search-input.on {
    background-color: #fff
}

.search-dialog .search-input.on input[type=submit] {
    background-image: url('../images/search-btn2.svg')
}

.search-dialog .hot-search {
    font-size: 0;
    width: 19.5rem;
    margin: .6rem auto 0;
    box-sizing: border-box;
    padding: 0 .6rem;
    overflow: hidden
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top
}

.search-dialog .hot-search .hot-tit {
    font-size: .375rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .5rem;
    background-image: url(../images/hot-icon.png)
}

.search-dialog .hot-link {
    margin-left: 1rem
}

.search-dialog .hot-link a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .375rem;
    line-height: .5rem;
    margin-right: .75rem;
    color: #fff;
    padding-bottom: 5px;
    position: relative
}

.search-dialog .hot-link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0;
    bottom: 5.1%;
    width: 100%
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden
}

.search-dialog-box .bottom-box .copy {
    font-size: .35rem;
    line-height: .5rem;
    color: #fff;
    font-family: "gilroy-regular";
    margin-top: .5rem;
    overflow: hidden
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1
}

.header-right.is-open .search-btn .con-box {
    display: none
}

.header-right.is-open .close-btn {
    display: block
}

.header-right.is-open .item .search-bg {
    transform: scale(1)
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .search-bg {
    height: 100vh
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
    transition: .6s
}

.pub-close i:hover {
    transform: rotate(180deg)
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn)
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(1turn)
    }
}

@keyframes spin-reverse2 {
    from {
        transform: rotate(-1turn)
    }
}

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #00458e;
    margin-bottom: 2.5rem
}

#m_n_nav .m {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#bnt_back svg {
    fill: #fff;
    vertical-align: middle;
    width: 26px;
    height: 26px
}

#m_n_nav h1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 50px
}

#bnt_sub_nav {
    cursor: pointer;
    color: #fff;
    font-size: 18px
}

#bnt_sub_nav svg {
    fill: #fff;
    height: 20px;
    vertical-align: middle;
    width: 20px
}

#bnt_sub_nav img {
    display: block;
    height: 15px
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#sub_nav_content {
    background: #f0f3f5;
    display: none;
    box-shadow: 0 0 5px #999;
    z-index: 9
}

#sub_nav_content ul {
    padding: 10px
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid #00458e;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #535455
}

#sub_nav_content ul li.on a {
    color: #00458e
}

#sub_nav_content dl {
    font-size: 0;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #e7e7e7
}

#sub_nav_content dt {
    position: relative;
    background: #fff;
    z-index: 999;
    margin-bottom: 0
}

#sub_nav_content dt a {
    margin: 0 20px;
    display: block;
    color: #5b5349;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    vertical-align: top;
    font-family: Alibaba-PuHuiTi-Regular
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none
}

#sub_nav_content dt.title {
    background: #fafafb
}

#sub_nav_content dt.title i {
    opacity: 1;
    filter: alpha(opacity=100)
}

#sub_nav_content dt.title_on {
    background: #fafafb
}

#sub_nav_content dt.title_on a {
    color: #00458e;
    border-top: 1px solid #fff
}

#sub_nav_content dt.title_on a i {
    color: #00458e
}

#sub_nav_content dt.last a {
    border-top: 1px solid #f8f8f8
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #00458e
}

#sub_nav_content dd .box {
    padding: 0
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    font-size: 13px;
    color: #5b5349;
    display: block;
    height: 30px
}

#sub_nav_content dd a.on {
    color: #00458e
}

#banner {
    position: relative;
    z-index: 0
}

#banner .swiper-container {
    height: calc(100vh - 8.4375rem)
}

#banner .swiper-slide {
    overflow: hidden
}

#banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important
}

#banner .txt {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-bottom: 6rem
}

#banner .txt h3 {
    opacity: 0;
    font-size: 4rem;
    line-height: 1.1;
    color: #fff;
    font-family: Poppins-SemiBold;
    margin-bottom: 1.75rem
}

#banner .txt p {
    opacity: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2.75rem
}

#banner .txt .arr_down {
    opacity: 0;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%
}

#banner .txt .arr_down i {
    font-size: 2rem;
    color: #fff;
    -webkit-animation: shubiao 1.4s infinite linear;
    animation: shubiao 1.4s infinite linear
}

#banner .txt .arr_down:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 44%;
    background: #d8203b;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-animation: swipershubaio1 5s infinite linear;
    animation: swipershubaio1 5s infinite linear
}

#banner .txt .arr_down:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 35%;
    background: #d8203b;
    position: absolute;
    top: -5%;
    left: 55%;
    opacity: .5;
    z-index: -2;
    -webkit-animation: swipershubaio2 7s infinite linear;
    animation: swipershubaio2 7s infinite linear
}

#banner .swiper-button-prev {
    opacity: .8;
    left: 4%;
    position: absolute
}

#banner .swiper-button-next {
    opacity: .8;
    right: 4%;
    position: absolute
}

#banner .swiper-slide.swiper-slide-active .txt h3 {
    animation: enter 1.2s forwards .1s
}

#banner .swiper-slide.swiper-slide-active .txt p {
    animation: enter 1.2s forwards .2s
}

#banner .swiper-slide.swiper-slide-active .txt .arr_down {
    animation: enter 1.2s forwards .3s
}

.swiper-button-white svg.icon {
    width: 1.375rem
}

.swiper-button-white.draw_h {
    width: 4.375rem;
    height: 4.375rem
}

.swiper-button-white.draw_h:before {
    border-width: 2px
}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@-webkit-keyframes shubiao {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1
    }
}

@keyframes shubiao {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1
    }
}

@-webkit-keyframes swipershubaio1 {
    0% {
        -webkit-transform: translate(-50%, -4%) rotate(0);
        transform: translate(-50%, -4%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -4%) rotate(360deg);
        transform: translate(-50%, -4%) rotate(360deg)
    }
}

@keyframes swipershubaio1 {
    0% {
        -webkit-transform: translate(-50%, -4%) rotate(0);
        transform: translate(-50%, -4%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -4%) rotate(360deg);
        transform: translate(-50%, -4%) rotate(360deg)
    }
}

@-webkit-keyframes swipershubaio2 {
    0% {
        -webkit-transform: translate(-60%, 5%) rotate(0);
        transform: translate(-60%, 5%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-60%, 5%) rotate(360deg);
        transform: translate(-60%, 5%) rotate(360deg)
    }
}

@keyframes swipershubaio2 {
    0% {
        -webkit-transform: translate(-60%, 5%) rotate(0);
        transform: translate(-60%, 5%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-60%, 5%) rotate(360deg);
        transform: translate(-60%, 5%) rotate(360deg)
    }
}

.btn_more {
    width: 10rem;
    height: 3.125rem;
    background: #da251d;
    border-radius: 2rem;
    color: #fff;
    font-size: 1rem;
    font-family: Poppins-Medium;
    display: flex;
    align-items: center;
    justify-content: center
}

.s_about {
    width: 100%;
    overflow: hidden;
    background: url(../images/s_about_bg.jpg) center no-repeat;
    background-size: cover
}

.s_about .m {
    display: flex;
    justify-content: space-between;
    gap: 8rem
}

.s_about .left {
    max-width: 766px
}

.s_about .right {
    flex-shrink: 0
}

.s_about .tt {
    font-family: Poppins-Medium;
    margin-bottom: 2.5rem
}

.s_about .tt span {
    font-size: 1.375rem;
    color: #da251d;
    display: block;
    margin-bottom: 1.25rem;
    text-transform: uppercase
}

.s_about .tt h3 {
    font-size: 3.25rem;
    color: #313131
}

.s_about .con {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #414141;
    margin-bottom: 4.25rem
}

.s_about .right ul {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 10rem 6rem
}

.s_about .right ul li {
    font-family: Poppins-Light
}

.s_about .right ul li span {
    font-size: 6.25rem;
    color: #313131
}

.s_about .right ul li p {
    font-size: 1.125rem;
    color: #515151
}

.s_tt {
    margin-bottom: 3.125rem;
    text-align: center
}

.s_tt h3 {
    color: #00458e;
    font-family: Poppins-Bold;
    font-size: 2.75rem;
    font-weight: bold;
    text-transform: uppercase
}

.s_tt h3 span {
    color: #da251d
}

.s_pro .img:after {
    padding-top: 134.5%
}

.s_pro .txt {
    position: absolute;
    background: #fff;
    left: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    padding: 0 1.75rem;
    min-height: 4rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.s_pro .txt h4 {
    font-size: 1.375rem;
    line-height: 1.1;
    color: #313131;
    font-family: Poppins-Medium
}

.s_pro .txt i {
    flex-shrink: 0;
    display: block;
    width: .9375rem;
    height: .8125rem;
    background: url(../images/arr.png) center no-repeat;
    background-size: contain
}

.s_pro .swiper-scrollbar {
    position: relative !important;
    margin-top: 3.25rem;
    height: 1px;
    background: #e3e4e8;
    left: 0;
    width: 100%
}

.s_pro .swiper-scrollbar-drag {
    height: 5px;
    background: #da251d;
    border-radius: 3px;
    top: -2px
}

.btn_more2 {
    display: inline-flex;
    align-items: center;
    font-size: .875rem;
    color: #d8203b;
    font-family: Poppins-SemiBold
}

.btn_more2 i {
    width: 1.75rem;
    height: 1.75rem;
    background: url(../images/btn_more2.png) center no-repeat;
    background-size: contain;
    margin-left: .5rem
}

.s_indurstries {
    width: 100%;
    overflow: hidden
}

.s_indurstries .bd {
    position: relative;
    width: 100%;
    overflow: hidden
}

.s_indurstries .imgbox {
    margin: 0 auto;
    max-width: 80%
}

.s_indurstries .imgbox .swiper {
    overflow: visible
}

.s_indurstries .txtbox {
    position: absolute;
    width: 41.5rem;
    z-index: 9;
    bottom: 3.75rem;
    right: calc(10% + 3.75rem);
    background: #fff;
    padding: 5rem 3.75rem;
    border-radius: .625rem
}

.s_indurstries .txtbox h4 {
    font-size: 2rem;
    font-family: Poppins-SemiBold;
    color: #313131;
    margin-bottom: 1.25rem
}

.s_indurstries .txtbox p {
    font-size: .9375rem;
    line-height: 1.625rem;
    color: #313131;
    margin-bottom: 3rem
}

.s_indurstries .arr_box {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    gap: 1.25rem;
    background: #fff
}

.s_indurstries .arr_box .arr {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem
}

.s_news .bd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 3.125rem
}

.s_news .bd .box .txt {
    padding: 2.5rem 3rem;
    background: #eff0f3
}

.s_news .bd .box .txt h4 {
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #000;
    font-family: Poppins-Medium;
    transition: .5s
}

.s_news .bd .box .txt p {
    font-size: .9375rem;
    color: #717171;
    line-height: 1.5rem;
    margin-top: 1.125rem;
    margin-bottom: 1.625rem
}

.s_news .bd .box .txt span {
    font-size: .875rem;
    color: #515151;
    font-family: Poppins-Medium
}

.s_news .bd .box:hover .txt h4 {
    color: #d8203b
}

.s_news .bd .box2 {
    background: #eff0f3;
    padding: 2.75rem 0 2.75rem 2.5rem;
    height: 100%
}

.s_news .bd ul li+li {
    margin-top: 2rem
}

.s_news .bd ul li a {
    font-family: Poppins-Medium
}

.s_news .bd ul li h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #000;
    margin-bottom: .5rem;
    transition: .5s
}

.s_news .bd ul li span {
    font-size: .875rem;
    color: #515151
}

.s_news .bd .relative {
    height: 100%
}

.s_news .bd .scrollbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-right: 2rem
}

.s_news .bd ul li a:hover h4 {
    color: #d8203b
}

.scrollbox {
    overflow-y: auto;
    height: 100%
}

.scrollbox::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: transparent
}

.scrollbox::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.scrollbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d5d6da
}

.btn_more_border {
    position: relative;
    width: 10rem;
    height: 3.125rem;
    overflow: hidden;
    transition: all ease 600ms;
    border-radius: 2rem;
    color: #313131;
    font-size: 1rem;
    font-family: Poppins-Medium;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_more_border:before {
    content: "";
    transition: all ease 600ms;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 2px solid #d1d3d7;
    border-radius: 2rem
}

.btn_more_border:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 0;
    width: 100%;
    background: #d8203b;
    transition: all ease 600ms;
    z-index: -1
}

.btn_more_border:hover {
    color: #fff
}

.btn_more_border:hover:before {
    border: 2px solid #d8203b
}

.btn_more_border:hover:after {
    height: 100%;
    top: 0;
    bottom: auto
}

.s_contact {
    width: 100%;
    background: url(../images/s_contact_bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden
}

.s_contact h3 {
    font-size: 1.75rem;
    color: #313131;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.5rem
}

.s_contact a {
    margin: 0 auto
}

#foot {
    padding-top: 4.375rem
}

#foot .box1 {
    display: flex;
    justify-content: space-between
}

#foot .box2 {
    padding-top: 1.125rem;
    line-height: 1.5;
    padding-bottom: 2.5rem;
    border-top: 1px solid #e6e8ea;
    margin-top: 2rem
}

#foot .right {
    flex-shrink: 0
}

.foot_logo {
    margin-bottom: 2.5rem;
    width: 5.875rem
}

.foot_lianxi {
    max-width: 24rem
}

.foot_lianxi dl {
    display: flex;
    line-height: 1.625rem;
    font-size: .9375rem
}

.foot_lianxi dl+dl {
    margin-top: 1rem
}

.foot_lianxi dl dt {
    font-size: 1.375rem;
    flex-shrink: 0;
    color: #313131;
    margin-right: .25rem
}

.foot_lianxi dl dd {
    font-family: Poppins-Medium;
    color: #313131
}

.foot_social h4 {
    font-size: 1.125rem;
    color: #313131;
    font-family: Poppins-SemiBold;
    margin-bottom: 1.25rem
}

.foot_social .box {
    display: flex;
    gap: .5rem
}

.foot_social .box a {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    transition: .5s ease;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #383839
}

.foot_social .box a i {
    font-size: 1.5rem
}

.foot_social .box a:hover {
    border: 1px solid #d8203b;
    background: #d8203b
}

.foot_social .box a:hover i {
    color: #fff
}

.foot_nav {
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    gap: 1rem
}

.foot_nav dl {
    flex-shrink: 0
}

.foot_nav dl dt {
    font-size: 1.125rem;
    color: #313131;
    font-family: Poppins-SemiBold;
    margin-bottom: 1.25rem
}

.foot_nav dl dd a {
    position: relative;
    display: block;
    font-size: .875rem;
    color: #808080;
    line-height: 1.75rem;
    padding-left: 20px;
    transition: .5s
}

.foot_nav dl dd a:before {
    content: "";
    display: block;
    width: 8px;
    height: 1.75rem;
    background: url(../images/arr3.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0
}

.foot_nav dl dd a:hover {
    color: #d8203b
}

.copyright {
    font-size: .875rem;
    color: #616161;
    text-align: center
}

.online_q {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 995;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 2.5rem;
    padding: 1.25rem 0
}

.online_q .close {
    position: absolute;
    right: -1rem;
    font-size: 1rem;
    color: #969797;
    opacity: 1;
    font-weight: normal;
    cursor: pointer
}

.online_q .btn2 {
    width: 3.5rem;
    height: 3.5rem;
    background: #c1c7cb;
    margin-bottom: 2px;
    transition: .5s;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.online_q .btn2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #da251d;
    opacity: 0
}

.online_q .btn2:hover:before {
    opacity: 1
}

.online_q .btn-top {
    padding: 0;
    transition: .5s;
    overflow: hidden
}

.online_q .btn2 a {
    font-size: 12px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%
}

.online_q .btn2 span {
    display: flex;
    float: left;
    color: #fff;
    flex-direction: column;
    font-size: .75rem;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    overflow: hidden;
    flex-shrink: 0
}

.online_q .open.pic {
    position: absolute;
    background: #eef2f6;
    width: 100px;
    height: 100px;
    right: 60px;
    top: 50%;
    margin-top: -50px;
    text-align: right;
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    visibility: hidden
}

.online_q .open.pic img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-right: 10px
}

.online_q .btn2:hover .open.pic {
    opacity: 1;
    right: 60px;
    visibility: visible
}

.online_q .open.phone {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border: 1px solid #e1e6f0;
    width: auto;
    min-height: 3.125rem;
    right: 4.375rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transition: .6s;
    -webkit-transition: .6s;
    opacity: 0;
    visibility: hidden
}

.online_q .open.phone * {
    color: #333;
    font-size: 1.125rem;
    text-align: left;
    font-weight: bold
}

.online_q .open.phone h5 {
    font-size: .875rem;
    font-weight: normal;
    white-space: nowrap
}

.online_q .open.phone span {
    font-size: 12px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
    opacity: .7;
    font-weight: normal
}

.online_q .btn2:hover .open.phone {
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
    visibility: visible
}

.online_q .open.pic:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #eef2f6;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -10px
}

.online_q .open.phone:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    right: -4px;
    border-color: #e1e6f0 transparent transparent #e1e6f0;
    border-style: solid;
    border-width: 1px
}

#gotop:before {
    opacity: 1
}

#gotop.hide {
    height: 0;
    overflow: hidden;
    display: block !important
}

.n_banner {
    height: 28.125rem;
    width: 100%;
    overflow: hidden
}

.n_banner .m {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end
}

.n_banner .txt {
    max-width: 542px
}

.n_banner h3 {
    color: #fff;
    font-size: 2.75rem;
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
    margin-bottom: .75rem
}

.n_banner p {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #fff;
    font-family: Poppins-Light
}

.n_position {
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.n_position div {
    font-size: 1.5rem;
    color: #898989
}

.n_position span,
.n_position a,
.n_position i {
    font-size: .875rem;
    color: #313131;
    line-height: 4rem;
    flex-shrink: 0;
    -moz-transition: all .36s ease-in-out;
    -webkit-transition: all .36s ease-in-out;
    -o-transition: all .36s ease-in-out;
    -ms-transition: all .36s ease-in-out;
    transition: all .36s ease-in-out
}

.n_position i {
    margin: 0 .5rem;
    font-style: normal
}

.n_position i:before {
    content: "next";
    font-family: "swiper-icons";
    line-height: 1.5rem;
    font-size: 12px;
    color: #939393;
    transform: scale(.9)
}

.n_position a:hover {
    color: #d8203b
}

.main_con {
    display: flex;
    align-items: flex-start
}

.left_con {
    width: 21.25rem;
    flex-shrink: 0;
    margin-right: 3.75rem;
    position: sticky;
    top: 7rem
}

.right_con {
    flex-grow: 1
}

.left_search {
    margin-bottom: 1rem
}

.left_search form {
    display: flex
}

.left_search .input {
    flex-grow: 1;
    width: 17.125rem;
    padding: 0 1.125rem;
    background: #eeeff5;
    font-size: 1rem
}

.left_search .input::-webkit-input-placeholder {
    color: #717171
}

.left_search .button {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background: #00458e
}

.left_search .button i {
    color: #fff;
    font-size: 2rem
}

.left_nav {
    background: #eeeff5
}

.left_nav ul li {
    border-top: 1px solid #fff;
    transition: .5s
}

.left_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.left_nav ul li h4 {
    padding-left: 1.25rem;
    font-size: 1rem;
    color: #313131;
    line-height: 4rem;
    transition: .5s
}

.left_nav ul li a i {
    color: #fff;
    margin-right: 1.5rem;
    opacity: 0;
    transition: .5s
}

.left_nav ul li .dt a:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d8203b;
    z-index: -1;
    transition: .6s ease
}

.left_nav ul li a:hover h4 {
    color: #fff
}

.left_nav ul li .dt a:hover:before {
    height: 100%;
    top: 0;
    bottom: auto
}

.left_nav ul li a:hover i {
    opacity: 1
}

.left_nav ul li.on a h4 {
    color: #fff
}

.left_nav ul li.on a:before {
    height: 100%;
    top: 0;
    bottom: auto
}

.left_nav ul li.on a i {
    opacity: 1
}

.pro_tt {
    margin-bottom: 2rem
}

.pro_tt h3 {
    font-size: 2.125rem;
    color: #212121;
    font-family: Poppins-Medium
}

.n_pro_list {
    margin-top: 4rem
}

.n_pro_list ul li {
    background: #f2f4f7;
    border-bottom: 1px solid #e4e7ec;
    position: relative;
    z-index: 1
}

.n_pro_list ul li .box {
    display: grid;
    grid-template-columns: 20.5rem 1fr;
    padding: 1.25rem 0
}

.n_pro_list ul li h4 {
    font-size: 1.375rem;
    font-family: Poppins-Medium
}

.n_pro_list ul li h5 {
    font-size: 1.125rem;
    font-family: Poppins-Medium
}

.n_pro_list ul li p {
    font-size: 1rem;
    font-family: Poppins-Light;
    line-height: 1.5rem;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.n_pro_list ul li h4,
.n_pro_list ul li h5,
.n_pro_list ul li p {
    padding: 0 1.25rem;
    color: #212121;
    transition: .5s
}

.n_pro_list ul li a:hover * {
    color: #fff
}

.n_pro_list ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d8203b;
    z-index: -1;
    transition: .6s ease
}

.n_pro_list ul li a:hover:before {
    height: 100%;
    top: 0;
    bottom: auto
}

.left_nav_select {
    margin-top: 1rem;
    padding: 0 1.25rem;
    height: 4.3125rem;
    font-size: 1.375rem;
    gap: 6px;
    color: #050505;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.left_nav_select i {
    transform: rotate(270deg);
    flex-shrink: 0;
    padding: 0 5px;
    margin-left: .5rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #707070
}

.left_nav_select h4 {
    flex-shrink: 0
}

.swiper-icons {
    font-family: "swiper-icons"
}

.left_navbox {
    position: relative;
    z-index: 1
}

.left_nav_select:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eeeff5;
    z-index: -1;
    transition: .5s
}

.left_nav_select.on:before {
    box-shadow: 0 0 1px rgba(0, 0, 0, 1)
}

.pro_xq_tt {
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #e1e2e5;
    margin-bottom: 2.5rem
}

.pro_xq_tt h3 {
    font-size: 2.125rem;
    color: #212121;
    font-family: Poppins-Medium
}

.pro_xq_tt p {
    font-size: 1rem;
    color: #212121;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem
}

.btn_Quote {
    width: 13.75rem;
    height: 3.125rem;
    background: #da251d;
    border-radius: 2rem;
    color: #fff;
    font-size: 1rem;
    font-family: Poppins-Medium;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_Quote i {
    font-size: 1.875rem;
    margin-right: .375rem
}

.tc_Quote {
    position: relative;
    background: #fff;
    border-radius: .9375rem;
    padding: 3.125rem;
    width: 50.5rem;
    max-width: 90%
}

.tc_Quote .tt {
    font-size: 1.875rem;
    color: #212121;
    font-family: Poppins-Medium;
    text-align: center;
    margin-bottom: 3rem
}

.tc_Quote form {
    display: grid;
    gap: .875rem .75rem;
    grid-template-columns: 1fr 1fr
}

.tc_Quote .group {
    border: 1px solid #d8d9e0;
    border-radius: 3rem;
    overflow: hidden;
    display: flex;
    position: relative;
    overflow: hidden
}

.tc_Quote .group .span {
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 3.25rem;
    margin-right: 1rem;
    padding-left: 1.75rem;
    position: relative;
    font-size: 1rem;
    color: #313131
}

.tc_Quote .group .red {
    color: #da251d;
    position: absolute;
    left: 1rem;
    padding-top: 4px
}

.tc_Quote .group .input {
    flex-grow: 1
}

.tc_Quote .group .yzm {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px
}

.tc_Quote .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 12.5rem;
    color: #fff;
    background: #d8203b;
    border-radius: 3rem;
    font-size: 1.125rem;
    gap: .75rem
}

.tc_Quote .textareabox {
    grid-column: 1/3;
    border-radius: 1.25rem;
    display: block;
    gap: 0
}

.tc_Quote .textareabox textarea {
    padding-left: 1.75rem;
    padding-top: 1rem;
    padding-top: 0;
    width: 100%
}

.tc_Quote .textareabox textarea::-webkit-input-placeholder {
    font-size: 1rem;
    color: #313131
}

.tc_Quote .tc_close {
    right: 1.875rem;
    top: 1.875rem;
    width: 1.125rem;
    height: 1.125rem
}

.tc_Quote .tc_close path {
    fill: #d8203b
}

.xq_tt {
    margin-bottom: 1.75rem
}

.xq_tt h3 {
    font-size: 2.125rem;
    color: #212121;
    font-family: Poppins-Medium
}

.news_con {
    padding-top: 2.5rem;
    gap: 4.25rem;
    display: flex;
    align-items: flex-start
}

.news_left {
    flex-grow: 1
}

.news_right {
    width: 21.875rem;
    flex-shrink: 0;
    position: sticky;
    top: 7rem
}

.news_right .tt {
    font-size: 1.5rem;
    color: #212121;
    font-family: Poppins-SemiBold;
    margin-bottom: 1.875rem
}

.news_right ul li+li {
    margin-top: .9375rem
}

.news_right ul li .img:after {
    padding-top: 62.85%
}

.news_right ul li .txt {
    background: #eff0f3;
    padding: 1.5rem 1.75rem
}

.news_right ul li .txt h4 {
    font-size: 1.125rem;
    color: #000;
    font-family: Poppins-Medium;
    margin-bottom: .875rem
}

.news_right ul li .txt span {
    font-size: .8125rem;
    color: #515151
}

.ar_title {
    padding-bottom: 1.875rem;
    position: relative;
    margin-bottom: 3rem
}

.ar_title .tag {
    font-size: .875rem;
    color: #fff;
    padding: .5rem 1rem;
    background: #00458e;
    display: inline-block
}

.ar_title h2 {
    font-size: 1.875rem;
    color: #2b3340;
    line-height: 2.625rem;
    font-family: Poppins-SemiBold;
    margin-top: 1.375rem;
    margin-bottom: 1.25rem
}

.ar_title .time {
    font-size: .875rem;
    color: #515151;
    font-family: Poppins-Medium
}

.ar_title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e6e6e6
}

.ar_title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5rem;
    height: 2px;
    background: #00458e
}

.n_title {
    padding: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 4.875rem
}

.n_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e7eaf0
}

.n_title .m {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.n_nav {
    position: relative;
    flex-grow: 1
}

.n_nav ul {
    display: flex
}

.n_nav li {
    display: block;
    font-size: 1rem;
    float: left;
    line-height: 4rem;
    z-index: 1;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.n_nav li a {
    display: block;
    padding: 0 1.5rem;
    text-align: center;
    color: #212121;
    transition: .5s
}

.n_nav li:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background: #00458e;
    bottom: 0;
    left: 0;
    transition: .3s ease-in-out;
    opacity: 0;
    z-index: -1
}

.n_nav li.on a,
.n_nav li:hover a {
    color: #fff
}

.n_nav li.on:before,
.n_nav li:hover:before {
    height: 100%;
    opacity: 1;
    top: 0;
    bottom: auto
}

.n_nav li.on:after,
.n_nav li:hover:after {
    opacity: 0
}

.n_news ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem
}

.n_news .box .img:after {
    padding-top: 62.39%
}

.n_news .box .txt {
    padding: 2rem;
    background: #eff0f3
}

.n_news .box .txt h4 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #000;
    font-family: Poppins-Medium;
    transition: .5s
}

.n_news .box .txt p {
    font-size: .8125rem;
    color: #717171;
    line-height: 1.5rem;
    margin-top: 1.125rem;
    margin-bottom: 1.625rem
}

.n_news .box .txt span {
    font-size: .875rem;
    color: #515151;
    line-height: 1.5rem
}

.page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .625rem;
    margin-top: 3.125rem
}

.page a {
    display: block;
    line-height: 2.375rem;
    text-align: center;
    transition: .3s;
    min-width: 2.5rem;
    height: 2.5rem;
    font-size: .9375rem;
    color: #313131;
    font-family: Poppins-Light;
    border: 1px solid #dcdde1;
    border-radius: 5px
}

.page a span {
    padding: 0 1.25rem
}

.page a.on {
    border: 1px solid #d8203b;
    background: #d8203b;
    color: #fff
}

.page a:hover {
    border: 1px solid #d8203b;
    background: #d8203b;
    color: #fff
}

.n_touzi ul li .box {
    display: flex;
    padding: 1.875rem 0;
    position: relative
}

.n_touzi ul li:nth-child(1) .box {
    padding-top: 0 !important
}

.n_touzi ul li .time {
    flex-shrink: 0;
    padding-top: 1.75rem
}

.n_touzi ul li .time span {
    font-size: 1.875rem;
    color: #313131;
    display: block;
    margin-bottom: .5rem
}

.n_touzi ul li .time p {
    font-size: .875rem;
    color: #313131;
    font-family: Poppins-Light
}

.n_touzi ul li .txt {
    flex-grow: 1;
    margin-left: 4.5rem;
    margin-right: 4rem;
    padding-top: 1.75rem
}

.n_touzi ul li .txt h4 {
    font-size: 1.5rem;
    color: #000;
    font-family: Poppins-Medium
}

.n_touzi ul li .txt p {
    font-size: .9375rem;
    color: #848688;
    line-height: 1.5rem;
    margin-top: .75rem;
    margin-bottom: 2rem
}

.n_touzi ul li .txt i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    font-family: "swiper-icons";
    color: #b1b1b1;
    font-size: .75rem
}

.n_touzi ul li .img {
    flex-shrink: 0;
    width: 21.875rem
}

.n_touzi ul li .img:after {
    padding-top: 62.85%
}

.n_touzi ul li .box:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    bottom: 0
}

.n_touzi ul li .box:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #d8203b;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 1s
}

.n_touzi ul li .box:hover .txt i {
    border: 1px solid #d8203b;
    background: #d8203b;
    color: #fff
}

.n_touzi ul li .box:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

.n_video ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem 2.875rem
}

.n_video ul li .img {
    border-radius: .9375rem;
    overflow: hidden;
    position: relative
}

.n_video ul li .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.n_video ul li .txt {
    padding-left: 1.75rem;
    padding-top: 2.125rem
}

.n_video ul li .txt .time {
    display: flex;
    align-items: center;
    font-size: .875rem;
    color: #747474
}

.n_video ul li .txt .time i {
    font-size: 1.5rem;
    color: #7c7c7c;
    display: inline-block;
    margin-right: 3px
}

.n_video ul li .txt h4 {
    font-size: 1.5rem;
    color: #000;
    font-family: Poppins-Medium;
    margin: .5rem 0 1rem
}

.ico_arr {
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #c4c6c9;
    transition: .5s
}

.ico_arr i {
    font-size: 1.25rem;
    color: #666;
    transform: rotate(-130deg)
}

.box:hover .txt .ico_arr {
    border: 2px solid #d8203b;
    background: #d8203b
}

.box:hover .txt .ico_arr i {
    color: #fff
}

.btn_play {
    background: url(../images/btn_play.svg) center no-repeat rgba(0, 0, 0, 0.4);
    position: relative;
    background-size: 1.25rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4)
}

.btn_play:before,
.btn_play:after {
    display: none
}

.n_culture ul li {
    padding: 3.75rem 0
}

.n_culture ul li:nth-child(1) {
    padding-top: 0 !important
}

.n_culture ul li {
    border-bottom: 1px solid #e8ebed
}

.n_culture ul li:last-child {
    border-bottom: 0 !important
}

.n_culture ul li .box {
    display: flex;
    align-items: center;
    gap: 4rem
}

.n_culture ul li .txt {
    flex-grow: 1
}

.n_culture ul li .txt i {
    font-size: 4rem;
    margin-bottom: 1rem;
    display: block
}

.n_culture ul li .txt h4 {
    font-size: 1.875rem;
    color: #212121;
    font-family: Poppins-Medium;
    margin-bottom: 1.5rem
}

.n_culture ul li .txt .con {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #212121;
    font-family: Poppins-Light
}

.n_culture ul li .img {
    flex-shrink: 0;
    width: 40rem
}

.n_culture ul li .img:after {
    padding-top: 59.375%
}

.n_culture ul li:nth-child(even) .box {
    flex-direction: row-reverse
}

.n_honor ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.75rem
}

.n_honor ul li .box {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 2.25rem;
    border-radius: .625rem;
    background: #eff0f3;
    padding: 1.75rem 3rem
}

.n_honor ul li .img {
    flex-shrink: 0;
    width: 15rem
}

.n_honor ul li .img img {
    transform: none
}

.n_honor ul li .img:after {
    padding-top: 80%
}

.n_honor ul li .txt {
    flex-grow: 1
}

.n_honor ul li .txt h4 {
    font-size: 1.375rem;
    color: #000;
    line-height: 1.875rem;
    font-family: Poppins-Medium;
    margin-bottom: 1.75rem
}

.n_coop ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .75rem
}

.n_coop ul li .box {
    position: relative;
    display: block
}

.n_coop ul li .img {
    border-radius: .625rem;
    height: 13.75rem;
    overflow: hidden;
    background: #eff0f3
}

.n_coop ul li .img .pic {
    mix-blend-mode: multiply;
    padding: 2rem
}

.n_coop ul li .mask {
    opacity: 0;
    padding: 1rem;
    display: flex;
    transition: .5s;
    align-items: center;
    justify-content: center;
    background: #d8203b;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.n_coop ul li .mask h4 {
    font-size: 1.375rem;
    line-height: 1.5;
    color: #fff
}

.n_coop ul li:nth-child(1) {
    grid-column: 1/3
}

.n_coop ul li:nth-child(8) {
    grid-column: 3/5
}

.n_coop ul li:nth-child(12) {
    grid-column: 2/4
}

.n_coop ul li .box:hover .mask {
    opacity: 1
}

.n_lianxi {
    width: 100%;
    background: url(../images/n_lianxi_bg.jpg) center no-repeat;
    background-size: cover
}

.n_lianxi .m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem
}

.n_lianxi .s_tt h3 {
    text-align: left
}

.n_lianxi ul {
    max-width: 42.5rem
}

.n_lianxi ul li {
    display: flex;
    align-items: center
}

.n_lianxi ul li .ico {
    width: 3.125rem;
    height: 3.5rem;
    flex-shrink: 0;
    margin-right: 1.25rem;
    background: url(../images/ico_bg2.svg) center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center
}

.n_lianxi ul li .ico svg {
    width: 1.375rem;
    height: 1.375rem
}

.n_lianxi ul li .ico svg path {
    fill: #333
}

.n_lianxi ul li+li {
    margin-top: 1.375rem
}

.n_lianxi ul li p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #222
}

.n_lianxi .pic {
    flex-shrink: 0;
    width: 37.8125rem
}

.n_liulan .s_tt {
    text-align: left
}

.s_tt p {
    font-size: 1.0625rem;
    color: #313131;
    line-height: 1.75rem
}

.n_liulan form {
    display: grid;
    gap: .875rem .75rem;
    grid-template-columns: repeat(4, 1fr)
}

.n_liulan .group {
    border: 1px solid #d8d9e0;
    border-radius: 3rem;
    overflow: hidden;
    display: flex;
    position: relative;
    overflow: hidden
}

.n_liulan .group .span {
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 3.5rem;
    margin-right: 1rem;
    padding-left: 1.75rem;
    position: relative;
    font-size: 1rem;
    color: #313131
}

.n_liulan .group .red {
    color: #da251d;
    position: absolute;
    left: 1rem;
    padding-top: 4px
}

.n_liulan .group .input {
    flex-grow: 1
}

.n_liulan .group .yzm {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px
}

.n_liulan .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 12.5rem;
    color: #fff;
    background: #d8203b;
    border-radius: 3rem;
    font-size: 1.125rem;
    gap: .75rem
}

.n_liulan .textareabox {
    grid-column: 1/5;
    border-radius: 1.25rem;
    display: block;
    gap: 0
}

.n_liulan .textareabox textarea {
    padding-left: 1.75rem;
    padding-top: 1rem;
    padding-top: 0;
    width: 100%
}

.n_liulan .textareabox textarea::-webkit-input-placeholder {
    font-size: 1rem;
    color: #313131
}

.txtleft {
    text-align: left
}

.s_tt.txtleft {
    margin-bottom: 2.5rem
}

.n_about .box1 {
    margin-right: 1rem
}

.n_about .scrollbox {
    height: 35.25rem;
    overflow: auto;
    padding-right: 1rem;
    margin-right: -1rem
}

.n_about .scrollbox::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #eaedef
}

.n_about .scrollbox::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eaedef
}

.n_about .scrollbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #da251d
}

.n_about .box2 {
    display: grid;
    grid-template-columns: 44.44% 1fr;
    margin-top: 3rem;
    gap: 10px
}

.n_about .img {
    height: 27.125rem
}

.n_about .left .img {
    border-radius: .9375rem;
    overflow: hidden
}

.n_about .right {
    position: relative;
    border-radius: .9375rem;
    overflow: hidden
}

.n_about .right .img:after {
    padding-top: 69.36%
}

.n_about .swiper {
    border-radius: 5px;
    overflow: hidden
}

.n_about .slide-inner {
    height: 27.125rem;
    background-size: cover !important;
    background-position: center !important
}

.n_about .swiper-button-next:after,
.n_about .swiper-button-prev:after {
    display: block;
    font-size: .625rem;
    color: #fff
}

.n_about .swiper-button-next,
.n_about .swiper-button-prev {
    z-index: 9;
    width: 2.8125rem;
    height: 5.625rem;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 0;
    transform: translateY(-50%)
}

.n_about .swiper-button-next {
    right: 0
}

.n_about .swiper-button-prev {
    left: 0
}

.n_about .swiper-pagination {
    bottom: 2.5rem !important
}

.n_about .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px !important;
    border-radius: 5px;
    border-radius: 5px;
    transition: .5s width;
    border: 1px solid #fff;
    background: 0;
    opacity: 1
}

.n_about .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #1e96fa;
    background: #1e96fa
}

.n_shuzi {
    margin-top: 4.25rem
}

.n_shuzi ul {
    display: flex;
    justify-content: space-between
}

.n_shuzi ul li span {
    font-size: 3.25rem;
    color: #313131
}

.n_shuzi ul li p {
    font-size: .9375rem;
    color: #2c2c2e;
    font-family: Poppins-Light;
    margin-top: .25rem
}

.btn_video2 {
    width: 6.875rem;
    height: 6.875rem;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_video2 .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_video2 img {
    animation: roll 3s infinite linear
}

@-webkit-keyframes roll {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes roll {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.maskbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.maskbox svg {
    width: 2rem;
    height: 2rem
}

.n_leader .m {
    display: flex;
    gap: 4rem
}

.n_leader .left {
    flex-grow: 1;
    display: flex;
    align-items: center
}

.n_leader .right {
    width: 29.375rem;
    flex-shrink: 0;
    position: relative
}

.n_leader .right .box {
    position: relative
}

.n_leader .right .box:before {
    content: "";
    display: block;
    padding-top: 142.98%
}

.n_leader .right .leaderbox {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: url(../images/leader_txt.png) center bottom no-repeat;
    background-size: 100%
}

.n_leader .right .txt {
    color: #fff;
    text-align: center;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 1.375rem
}

.n_rencai .s_tt p {
    margin: 0 auto;
    margin-top: 1.5rem;
    max-width: 1090px
}

.n_rencai .bd {
    position: relative;
    z-index: 1
}

.n_rencai .bg {
    position: absolute;
    left: 0;
    top: 17.375rem;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: url(../images/n_rencai_bg.jpg) center no-repeat;
    background-size: cover
}

.n_rencai ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 2
}

.n_rencai ul li .box {
    display: block;
    border-radius: .625rem;
    height: 100%;
    overflow: hidden;
    background: #fff
}

.n_rencai ul li .img {
    border-radius: .625rem .625rem 0 0;
    height: 17.375rem
}

.n_rencai ul li .img:after {
    padding-top: 60.86%
}

.n_rencai ul li .txt {
    padding: 2.5rem;
    border-radius: 0 0 .625rem .625rem
}

.n_rencai ul li .txt h4 {
    font-size: 1.5rem;
    color: #212121;
    font-family: Poppins-Medium;
    margin-bottom: .75rem
}

.n_rencai ul li .txt p {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #515151;
    font-family: Poppins-Light
}

.n_rencai .con {
    text-align: center;
    color: #fff;
    font-size: 2.25rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    font-family: Poppins-Light;
    padding-top: 5rem
}

#n_join {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#n_join #list_slide {
    position: relative
}

#n_join #list_slide dl {
    position: relative;
    margin-bottom: 10px;
    z-index: 1
}

#n_join #list_slide dl:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border: 1px solid #e3e5e8;
    pointer-events: none
}

#n_join #list_slide dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 5.25rem;
    transition: .5s;
    padding: 0 2.25rem;
    background: #fff
}

#n_join #list_slide dt h3 {
    color: #505050;
    font-size: 1rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr .8fr;
    flex-grow: 1
}

#n_join #list_slide dt h4 {
    display: block;
    float: left;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.25rem;
    width: 30%;
    color: #000;
    transition: padding .5s !important;
    -webkit-transition: padding .5s !important;
    -moz-transition: padding .5s !important;
    -ms-transition: padding .5s !important;
    -o-transition: padding .5s !important
}

#n_join #list_slide dt h3 span {
    font-size: .9375rem;
    color: #6e6e6e;
    float: left;
    display: flex;
    align-items: center
}

#n_join #list_slide dt h3 span:first-child {
    min-width: 55%;
    flex-shrink: 0
}

#n_join #list_slide dt h3 span b {
    font-size: 1.25rem;
    font-weight: normal
}

#n_join #list_slide dt h3 span svg {
    height: 1.75rem;
    width: 1.75rem;
    margin-right: 1.125rem
}

#n_join #list_slide dt h3 span svg path {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#n_join #list_slide dt .tgl {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10%;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    border-radius: 50%;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .4s
}

#n_join #list_slide dt .tgl i {
    width: 1rem;
    height: 1rem;
    position: relative
}

#n_join #list_slide dt .tgl i:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #acacac;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .4s
}

#n_join #list_slide dt .tgl i:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #acacac;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(90deg);
    transition: .4s
}

#n_join #list_slide dl.on dt .tgl i:before {
    background: #fff
}

#n_join #list_slide dl.on dt .tgl i:after {
    background: #fff;
    transform: rotate(180deg)
}

#n_join #list_slide .on dt {
    background: #00458e
}

#n_join #list_slide .on dt h3 span {
    color: #fff
}

#n_join #list_slide .on dt h4 {
    color: #fff
}

#n_join #list_slide .on dt span svg path {
    fill: #fff
}

#n_join #list_slide dd {
    display: none;
    transition: 0s;
    line-height: 2rem;
    font-size: .9375rem;
    padding: 2.375rem 3rem 3rem;
    background: #fff;
    border-bottom: 0
}

#n_join #list_slide dd p {
    margin-bottom: 0
}

#n_join #list_slide dd p:last-child {
    padding-bottom: 0
}

#n_join #list_slide dd .content {
    display: flex;
    flex-direction: row-reverse
}

#n_join #list_slide dd .content {
    color: #707578;
    line-height: 1.875rem;
    font-size: .9375rem
}

#n_join #list_slide dd .content p {
    color: #707578;
    line-height: 1.875rem;
    font-size: .9375rem
}

#n_join #list_slide .btn_send {
    padding: 1rem 2rem;
    line-height: 1.5rem;
    border-radius: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    background: #da251d;
    margin-top: 2.5rem
}

#n_join #list_slide .btn_send i {
    font-size: 1.75rem;
    margin-left: .5rem
}

#n_join #list_slide dd ul {
    margin-bottom: 2rem
}

#n_join #list_slide dd ul li {
    list-style: decimal;
    margin-left: 1.3em;
    font-size: .9375rem;
    color: #6f6f6f;
    line-height: 1.875rem
}

#n_join #list_slide dd ul li a {
    color: #003a8e
}

#n_join #list_slide dd .tt {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 1.875rem
}

#n_join #list_slide dd .tt span {
    font-size: 1.625rem;
    color: #003a8e;
    font-family: "Myriad Pro", arial;
    display: inline-block;
    margin-left: .625rem
}

#list_slide .content {
    overflow: hidden
}

#list_slide .content .left {
    width: 62%;
    padding-right: 3.25rem
}

#list_slide .content .right {
    width: 38%
}

#list_slide .content .right .flex {
    display: flex
}

#list_slide .content .right .pic {
    flex-shrink: 0;
    width: 7.4375rem;
    margin-right: 2rem
}

#list_slide .content .right .applybox {
    display: flex;
    color: #404044;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

#list_slide .content .right .tt {
    font-size: 1.5rem;
    font-family: Poppins-Medium
}

#list_slide .content .scrollbox {
    height: 28.5rem;
    overflow: auto;
    padding-right: 2.5rem
}

.scrollbox::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: #d9dce0
}

.scrollbox::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #d9dce0
}

.scrollbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #003a8e;
    box-shadow: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0)
}

#list_slide .content .right .li+.li {
    margin-top: 1rem
}

.n_title .n_position {
    display: none;
}

.online_q .phone p {
    display: flex;
    flex-direction: column;
}

.online_q .btn2 a {
    white-space: nowrap;
}

#nav li .sub a.on {
    color: #db021a;
    transform: translateX(1rem);
}

#nav li .sub .box {
    grid-template-columns: 1fr;
}

.left_nav ul li h4 {
    padding: 1rem 0;
    padding-left: 1.25rem;
    line-height: 2;
}

#nav li .sub .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#nav li .sub a {
    min-width: 50%;
    padding-right: 1rem;
}

#nav li .sub .box {
    width: 220px;
}

.left_nav ul li .dd {
    line-height: 2;
    font-size: 1rem;
    color: #666;
    padding: 1rem 2rem;
    background: #e5e7ef;
}

.left_nav ul li .dd a.on {
    color: #db021a;
}

.left_nav ul li .dd a:hover {
    color: #db021a;
}

.left_nav ul li a {
    line-height: 2.5rem;
}

#header .fr {
    max-width: 1200px;
}

.n_news .box .txt {
    min-height: 13.5rem;
}

.left_nav ul .on {
    background: #d8203b;
}

.left_nav ul .on a {
    background: #d8203b;
}

.left_nav ul .on .dd a {
    background: #e5e7ef;
}

.n_about .scrollbox {
    height: auto;
}

#nav li .sub .box {
    padding: 1.5rem .5rem;
}

.n_coop ul li .img .pic img {
    max-height: 1.5rem;
}

.n_honor ul li .img img {
    max-height: 11rem;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#logo {
    width: 12rem;
}

.foot_logo {
    width: 12rem;
}

.n_news .box .img {
    max-height: 17rem;
}

.foot_lianxi dl {
    align-items: center;
}

.hy_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hy_txt {
    font-size: .85rem;
    color: #fff;
    line-height: 2.5rem;
}

.n_banner p {
    font-size: 1.125rem;
}

#banner .txt p {
    font-size: 4rem;
}

#banner .txt h3 {
    font-size: 1.5rem;
}</pre></body></html>